net/http.http2ClientConn.closedOnIdle (field)
4 uses
net/http (current package)
h2_bundle.go#L7625: closedOnIdle bool // true if conn was closed for idleness
h2_bundle.go#L8354: if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed && !cc.closedOnIdle {
h2_bundle.go#L8451: cc.closedOnIdle = true
h2_bundle.go#L9484: if atomic.LoadUint32(&cc.atomicReused) == 0 && idleTime < unusedWaitTime && !cc.closedOnIdle {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |